home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / bbs_soft / km296g.zip / KMAIL.CFG < prev    next >
Text File  |  1993-05-30  |  12KB  |  341 lines

  1. ;--------------------------------------------------------------------;
  2. ;                    Kmail Configuration File                        ;
  3. ;--------------------------------------------------------------------;
  4. ; Max line length is 70 chars. Comments are indicated by a semicolon ;
  5. ; in column one. Blank lines to improve readability are ok too.      ;
  6. ;--------------------------------------------------------------------;
  7. ;              All parms *MUST* begin in column 1.                   ;
  8. ;--------------------------------------------------------------------;
  9.  
  10. ;--------------------------------------------------------------------;
  11. ; The values in parms 1-4 are placed into the CONTROL.DAT file       ;
  12. ; within the .QWK mail packet to conform to standards. Parm (1) is   ;
  13. ; displayed to the user by some offline RDR's. Limit this parm length;
  14. ; to about 40 characters or it won't fit in the space allocated.     ;
  15. ;                                                                    ;
  16. ; Parm 1 - BBS Name, displayed by RDR's                              ;
  17. ;--------------------------------------------------------------------;
  18. Produced by Kmail via Twin Peak's BBS
  19.  
  20. ;------------------------------------------------;
  21. ; Parm 2 - City, State, Zip
  22. ;------------------------------------------------;
  23. Longmont, Co., 80501
  24.  
  25. ;------------------------------------------------;
  26. ; Parm 3 - BBS Phone Number
  27. ;------------------------------------------------;
  28. (303)-651-0225
  29.  
  30. ;------------------------------------------------;
  31. ; Parm 4 - Sysop Name (mixed case ok)
  32. ;------------------------------------------------;
  33. Ken Krueger, Sysop
  34.  
  35. ;------------------------------------------------;
  36. ; Parm 5 - Mail Packet Name, 8 chars max.
  37. ;          NO .EXT    (UPPER CASE ONLY).
  38. ;------------------------------------------------;
  39. TWINPEAK
  40.  
  41. ;------------------------------------------------;
  42. ; Speed=ConnectBPS,Conf-Limit,Total-Limit
  43. ;------------------------------------------------;
  44. ; Where: ConnectBPS= The carrier connect speed.
  45. ;                    (19200 & 38400 can be passed
  46. ;                    by some front-end programs
  47. ;                    as connect speeds)
  48. ;
  49. ;        Conf-Limit= Maximum number of messages
  50. ;                    per conference.
  51. ;
  52. ;       Total-Limit= Total overall # of messages
  53. ;
  54. ;   Note: 115200 is specified as 11520 below.
  55. ;------------------------------------------------;
  56. Speed=300,15,50
  57. Speed=1200,50,200
  58. Speed=2400,150,400
  59. Speed=4800,200,600
  60. Speed=7200,200,600
  61. Speed=9600,200,900
  62. Speed=12000,200,1500
  63. Speed=14400,200,1500
  64. Speed=16800,200,1500
  65. Speed=19200,200,1500
  66. Speed=38400,200,1500
  67. Speed=11520,300,2000
  68. Speed=Qnet,500,2000
  69. Speed=Local,300,1000
  70.  
  71. ;------------------------------------------------;
  72. ;        Protocol BAT file names
  73. ;------------------------------------------------;
  74. ; RX=Xmodem sum Receive BAT
  75. ; RC=Xmodem crc Receive BAT
  76. ; RO=Xmodem-1K  Receive BAT
  77. ; RY=Ymodem     Receive BAT
  78. ; RG=Ymodem-g   Receive BAT
  79. ; RZ=Zmodem     Receive BAT
  80. ; RH=HS/Link    Receive BAT
  81. ;
  82. ; SX=Xmodem sum Send BAT
  83. ; SC=Xmodem crc Send BAT
  84. ; SO=Xmodem-1K  Send BAT
  85. ; SY=Ymodem     Send BAT
  86. ; SG=Ymodem-g   Send BAT
  87. ; SZ=Zmodem     Send BAT
  88. ; SH=HS/Link    Send BAT
  89.  
  90. ;------------------------------------------------;
  91. ; Note: Deleting an entry here will remove the
  92. ;       coorsponding protocol on the menu screen.
  93. ;------------------------------------------------;
  94. RX=PCBRX.BAT
  95. RC=PCBRC.BAT
  96. RO=PCBRO.BAT
  97. RY=PCBRY.BAT
  98. RG=PCBRG.BAT
  99. RZ=PCBRZ.BAT
  100.  
  101. SX=PCBSX.BAT
  102. SC=PCBSC.BAT
  103. SO=PCBSO.BAT
  104. SY=PCBSY.BAT
  105. SG=PCBSG.BAT
  106. SZ=PCBSZ.BAT
  107.  
  108. ;------------------------------------------------;
  109. ;    Optional - Delete this section if you
  110. ;    do not intend to support HS/Link
  111. ;------------------------------------------------;
  112. ;       Hs/Link  Protocol Transfer Options
  113. ;------------------------------------------------;
  114. ; RH=HS/Link  Receive BAT
  115. ; SH=HS/Link  Send BAT
  116. ;------------------------------------------------;
  117. RH=PCBRH.BAT
  118. SH=PCBSH.BAT
  119.  
  120. ;------------------------------------------------;
  121. ;    Optional - Delete this section if you
  122. ;    do not intend to support Puma.
  123. ;------------------------------------------------;
  124. ;       PUMA  Protocol Transfer Options
  125. ;------------------------------------------------;
  126. ; RP=Puma  Receive BAT
  127. ; SP=Puma  Send BAT
  128. ;------------------------------------------------;
  129. RP=PCBRP.BAT
  130. SP=PCBSP.BAT
  131.  
  132. ;------------------------------------------------;
  133. ;    Optional - Delete this section if you
  134. ;    do not intend to support BiModem.
  135. ;------------------------------------------------;
  136. ;       BiModem  Protocol Transfer Options
  137. ;------------------------------------------------;
  138. ; RB=BiModem  Receive BAT
  139. ; SB=BiModem  Send BAT
  140. ;------------------------------------------------;
  141. RB=PCBRB.BAT
  142. SB=PCBSB.BAT
  143.  
  144. ;------------------------------------------------;
  145. ;              Qnet_Private=Yes/No
  146. ;------------------------------------------------;
  147. ;  This option if set to Yes will allow a caller
  148. ;  with Network-Status to download all private
  149. ;  messages, EXCEPT for comments to sysop, that
  150. ;  have the ECHO flag enabled in the msg header.
  151. ;------------------------------------------------;
  152. Qnet_Private=No
  153.  
  154. ;------------------------------------------------;
  155. ;              Ignore_Echo=Yes/No
  156. ;------------------------------------------------;
  157. ;  This option applies only to Network-Status.
  158. ;
  159. ;  If set to YES will cause Kmail to ignore the
  160. ;  conference ECHO flag and allow downline nodes
  161. ;  the ability to import messages from conf's
  162. ;  defined as NON-ECHO. <usually Main Conf>
  163. ;
  164. ;  If set to NO, then messages in non-echo conf's
  165. ;  cannot be imported into the remote systems
  166. ;  messages base.
  167. ;------------------------------------------------;
  168. Ignore_Echo=No
  169.  
  170. ;------------------------------------------------;
  171. ;   Qwk_Dir=Location of where QWK's are stored
  172. ;   Rep_Dir=Location of where REP's are stored
  173. ;------------------------------------------------;
  174. ; Use this to specify the default path/dir for
  175. ; local processing of QWK/REP files. This would
  176. ; normally be the location where your RDR expects
  177. ; to find the these files.
  178. ;------------------------------------------------;
  179. Qwk_Dir=C:\COMM\QWK
  180. Rep_Dir=C:\COMM\REP
  181.  
  182. ;------------------------------------------------;
  183. ;               Local_QWK=A/R
  184. ;------------------------------------------------;
  185. ; When creating a QWK packet in local mode and an
  186. ; existing QWK packet is found in the receiving
  187. ; directory, should the packet be over-written?
  188. ;
  189. ;        A = Ask
  190. ;        R = Replace without asking.
  191. ;------------------------------------------------;
  192. Local_QWK=A
  193.  
  194. ;------------------------------------------------;
  195. ;         Zip_Opt=Any valid PKZip parameter(s)
  196. ;------------------------------------------------;
  197. ;  The default value is -a as shown below. You
  198. ;  can include additional options as required
  199. ;  for your system operation.
  200. ;
  201. ;  Something like "Zip_Opt=-a -es" for example.
  202. ;------------------------------------------------;
  203. Zip_Opt=-a
  204.  
  205. ;------------------------------------------------;
  206. ;       UnZip_Opt=Any valid PKUnZip parameter(s)
  207. ;------------------------------------------------;
  208. ;  The default value is -e as shown below. You
  209. ;  can include additional options as required
  210. ;  for your system operation.
  211. ;
  212. ;------------------------------------------------;
  213. UnZip_Opt=-e
  214.  
  215. ;------------------------------------------------;
  216. ;         Scan_Upld_Only=Yes/No
  217. ;------------------------------------------------;
  218. ;  When set to Yes, restricts the new file scan
  219. ;  to just the public upload directory. This
  220. ;  offers best performance. Specify No if your
  221. ;  operation requires ALL directories be scanned.
  222. ;------------------------------------------------;
  223. Scan_Upld_Only=Yes
  224.  
  225. ;------------------------------------------------;
  226. ;              Buffers=nnn   (Default = 120)
  227. ;------------------------------------------------;
  228. ;  Specify the number of dynamic I/O buffer
  229. :  blocks that Kmail should allocate.
  230. ;
  231. ;  I/O buffer blocks are 512 bytes each and are
  232. ;  equally split between input and output files.
  233. ;
  234. ;  Tested with a value of 320 on a single node
  235. ;  non-multitasking system.
  236. ;
  237. ; CAUTION: Too high a value will run you
  238. ;          out of memory.
  239. ;------------------------------------------------;
  240. Buffers=320
  241.  
  242. ;------------------------------------------------;
  243. ;                ARC=Yes/No
  244. ;                LHA=Yes/No
  245. ;------------------------------------------------;
  246. ;  Specify if you wish to support either or both
  247. ;  of these arichive methods. If not specified
  248. ;  the default is Yes. Specify No to remove the
  249. ;  option from the menu screen.
  250. ;------------------------------------------------;
  251. ARC=No
  252. LHA=No
  253.  
  254. ;------------------------------------------------;
  255. ;      Mail_Waiting=Yes/No  (Default = Yes)
  256. ;------------------------------------------------;
  257. ;  Specify whether you want the "Mail Waiting"
  258. ;  flags set when importing messages. This option
  259. ;  makes Kmail run a little slower.
  260. ;------------------------------------------------;
  261. Mail_Waiting=Yes
  262.  
  263. ;------------------------------------------------;
  264. ;      Disable_GoodBye=Yes/No (Default = No)
  265. ;------------------------------------------------;
  266. ;  If you wish to prevent callers from logging
  267. ;  off from within KMail, specify yes here. You
  268. ;  might need this if setup to "Drop To Dos"
  269. ;  after each call.
  270. ;------------------------------------------------;
  271. Disable_GoodBye=No
  272.  
  273. ;------------------------------------------------;
  274. ;            Tag=Data for your BBS
  275. ;------------------------------------------------;
  276. ;  The TAG information is intended primarily for
  277. ;  systems that are part of a mail network. A TAG
  278. ;  line of up to 60 characters is supported.
  279. ;
  280. ; Ex:  Tag=Super BBS (303)-555-5555 - Hayes Ultra
  281. ;------------------------------------------------;
  282.  
  283. ;------------------------------------------------;
  284. ;               Force_Tag=Yes/No
  285. ;------------------------------------------------;
  286. ;  The TAG information is normally only appended
  287. ;  to messages posted in conferences that have
  288. ;  the "echo" flag enabled. Use this option to
  289. ;  force tagging of messages of non-echo conf's
  290. ;  including Main.
  291. ;------------------------------------------------;
  292. Force_Tag=No
  293.  
  294. ;------------------------------------------------;
  295. ;               Fido_Tag=Yes/No
  296. ;------------------------------------------------;
  297. ;  Specifing yes here will cause the ■ character
  298. ;  to be replaced by an * on the tag lines. This
  299. ;  is most likely required on Fido networks.
  300. ;------------------------------------------------;
  301. Fido_Tag=No
  302.  
  303. ;------------------------------------------------;
  304. ;               Disable=nn   (default = 15)
  305. ;------------------------------------------------;
  306. ;  Specify the number of minutes (0-60) prior to
  307. ;  the system event to prohibit downloading a
  308. ;  mail packet. Other functions are allowed to
  309. ;  continue up until the event.
  310. ;------------------------------------------------;
  311. Disable=15
  312.  
  313. ;------------------------------------------------;
  314. ;               NoTime=Yes/No  (default = No)
  315. ;------------------------------------------------;
  316. ;  Specifing Yes here will cause your callers
  317. ;  to *NOT* be charged for time to create and
  318. ;  download a mail packet.
  319. ;------------------------------------------------;
  320. NoTime=No
  321.  
  322. ;------------------------------------------------;
  323. ;              Forced Conferences
  324. ;------------------------------------------------;
  325. ;  You may specify up to three forced conferences
  326. ;  using the parms FC1= FC2= and FC3=.
  327. ;
  328. ;  For example: FC1=15 would force conference 15
  329. ;  to be included in every mail packet.
  330. ;------------------------------------------------;
  331.  
  332. ;------------------------------------------------;
  333. ;            Read-Only Conferences
  334. ;------------------------------------------------;
  335. ;  You may specify up to three Read-Only
  336. ;  conferences using parms RO1= RO2= and RO3=.
  337. ;
  338. ;  For example: RO1=9 would prevent uploads into
  339. ;  conference 9.
  340. ;------------------------------------------------;
  341.